math/big.Float.ord (method)

3 uses

	math/big (current package)
		float.go#L1682: 	mx := x.ord()
		float.go#L1683: 	my := y.ord()
		float.go#L1711: func (x *Float) ord() int {